MESCIUS InputMan for ASP.NET 10.0J
RemoveAt メソッド (BaseItemCollection<T>)

削除の対象となる項目のインデックス (Int32 型)
指定したインデックスの項目を削除します。
シンタックス
Public Shadows Sub RemoveAt( _
   ByVal index As Integer _
) 
public new void RemoveAt( 
   int index
)

パラメータ

index
削除の対象となる項目のインデックス (Int32 型)
例外
例外解説
System.ArgumentOutOfRangeExceptionindexに負の値またはコレクションの総数以上の値が設定されています。
参照

参照

BaseItemCollection<T> クラス
BaseItemCollection<T> メンバ

 

 


© MESCIUS inc. All rights reserved.